Provides methods and events that are required for LiveLinq functionality, live views.
Namespace:
C1.LiveLinqAssembly: C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
| C# |
|---|
public interface IObservableSource<T> : IEnumerable, IEnumerable<T> |
| Visual Basic |
|---|
Public Interface IObservableSource(Of T) _ Inherits IEnumerable, IEnumerable(Of T) |
Type Parameters
- T
- The type of the elements in the collection.